home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global ClothesState, StaticCount
- Cursor3On()
- set StaticCount to 1 + StaticCount
- if StaticCount > 80 then
- StaticAnimation()
- end if
- if StaticCount = 1 then
- InitBedGlobals()
- end if
- end
-
- on exitFrame
- global StaticCount, ClothesState
- if StaticCount = 0 then
- FlushStatics()
- end if
- if the mouseH < 315 then
- if the mouseV < 135 then
- go("BedText")
- end if
- end if
- go(marker(0))
- end
-